home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / arachne.igz / arachne.img / LIB / NWODI32.CAB / bin / Slot.bat < prev    next >
DOS Batch File  |  2005-01-16  |  583b  |  21 lines

  1. @if "%debug%"=="" echo off
  2. set slot0=
  3.  
  4. for %%i in (%tmp%\_slot.*) do if exist %%i del %%i >nul
  5. if "%nbi0%"=="" goto _end
  6. if not exist %ramdrv%\lan\nbihw.cfg goto _end
  7. tfind "%nbi0%" <%ramdrv%\lan\nbihw.cfg >%tmp%\_slot.bat
  8. if errorlevel 1 goto _end
  9. tfind /e /v "%nbi0%." <%tmp%\_slot.bat >%tmp%\_slot.tmp
  10. if errorlevel 1 goto _ok
  11. goto _end
  12. :_ok
  13. lmod set slot0=[$1]<%tmp%\_slot.tmp >%tmp%\_slot.bat
  14. if exist %tmp%\_slot.bat call %tmp%\_slot.bat
  15. if "%slot0%"=="" goto _end
  16. echo SLOT: %slot0%
  17.  
  18. :_end
  19. for %%i in (%tmp%\_slot.*) do if exist %%i del %%i >nul
  20. set nbi0=
  21.